home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / automatch.fpl.readme < prev    next >
Text File  |  1996-03-26  |  834b  |  24 lines

  1. ############################################
  2. File: AutoMatch.FPL
  3. Author: Kjell Ericson
  4. Email: kjer@netcom.se, FidoNet 2:201/328
  5. Short description: displays the matching character when ), } or ] is pressed
  6. Version: 1.0
  7. Date: 1.3.94
  8. Local settings:
  9. Global settings:
  10. Keysequence: "]", ")" and "}"
  11. Type: key
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   This file simply replaces the previous workings of the keys that outputs the
  17. following characters: '}', ']' and ')'. Whenever any of these keys are pressed
  18. it will first output the proper character, and then quickly jump to the
  19. matching open version (that are '{', '[' and '(' respectively), wait 80 ms and
  20. then jump back.
  21.  
  22.   Run it and try it. Makes life much easier to keep track of all the
  23. parentheses when programming in languages where you use plenty of them!
  24.